home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 9
/
Aminet 9 (1995)(GTI - Schatztruhe)[!][Dec 1995].iso
/
Aminet
/
game
/
think
/
Dragon.lha
/
Dragon
/
Source
/
DragonDefs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-02
|
839b
|
30 lines
/************************************************************************
* *
* System includes for Dragon game. *
* *
* Copyright ©1994 Nick Christie *
* *
*************************************************************************/
#define INTUI_V36_NAMES_ONLY
#define USE_BUILTIN_MATH
#include <string.h>
#include <stdio.h>
#include <exec/exec.h>
#include <dos/dos.h>
#include <intuition/intuition.h>
#include <graphics/gfxmacros.h>
#include <iff/ilbm.h>
#include <libraries/gadtools.h>
#include <libraries/iffparse.h>
#include <workbench/startup.h>
#include <workbench/workbench.h>
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#include <proto/graphics.h>
#include <proto/gadtools.h>
#include <proto/iffparse.h>
#include <proto/icon.h>